Welcome![Sign In][Sign Up]
Location:
Search - network chat

Search list

[Program docchat

Description: 用“WinSock”控件建立了一个“聊天”程序。该程序可以同在同一台计算机上运行,也可以在网络中的两台计算机上运行。整个程序分为两部分,一部分是客户端,另一部分是服务器端。两部分程序结合使用,即可实现计算机之间的通信,在网上“聊天”。 聊天程序的客户端部分,用于接收和发送从主机传递过来的信息,程序的操作在菜单中进行。程序运行起来后,可通过菜单建立与主机之间的连接。 聊天程序的服务器端部分,用于接收和处理从用户端传递过来的信息。程序运行起来后能够“监听”客户端口,满足用户端提出的连接请求,保证聊天的正常进行。 -With "WinSock" control the establishment of a "chat" program. The program can be the same on the same computer run, or the two in the network run on a computer. The whole process is divided into two parts, a part of the client, the other part is the server-side. A combination of the two parts of the procedure, you can achieve the communication between computers, in-line "chat." Chat client part of the procedure for receiving and sending from the host pass over the information, the operation of procedures carried out in the menu. Program up and running, you can set up through the menu links with the host. Chat server-side part of the procedure for receiving and processing from the transmission from the client information. After the run up to "monitor" port customers to meet the needs of the client connection requests made to guarantee the normal Chat.
Platform: | Size: 3072 | Author: 王西娥 | Hits:

[Internet-Networkchat

Description: 实现了局域网聊天,通过广播寻找服务器。采用udp协议。-Achieved a local area network chat, search for servers through broadcasting. Udp protocol used.
Platform: | Size: 3845120 | Author: 胡杨 | Hits:

[Internet-Networkchat

Description: C语言编写聊天程序,主要是用的了网络通信的原理,注释详尽。-Chat program written in C, mainly used in network communications principles, detailed notes.
Platform: | Size: 6144 | Author: 刘彦旭 | Hits:

[Internet-NetworkJW

Description: 用winsock控件编写的聊天工具。有客户端和服务器端,可以实现局域网内聊天,简单实用,适合刚刚学习vb的人看-Prepared by the chat winsock control tools. There are client and server can be achieved within the local area network chat, simple and practical for people just learning to see vb
Platform: | Size: 99328 | Author: lujinwen | Hits:

[JSP/JavaChat1.2

Description: java GUI开发的简单的网络版聊天系统,功能不是很多,需要大家完善-the development of java GUI version of the simple network chat system, not a lot of features, we need to improve
Platform: | Size: 8192 | Author: wxz | Hits:

[JSP/Javachat

Description: 局域网聊天, 有服务器和客户端两个界面,可以再局域网内进行聊天-LAN chat server and the client has two interfaces, can be carried out within local area network chat
Platform: | Size: 91136 | Author: yuxin | Hits:

[Internet-Networkchat

Description: 一个简单的网络聊天程序,使用winsock中的TCP协议编写,包括服务端和客户端。-A simple network chat program, using the TCP protocol winsock preparation, including client and client services.
Platform: | Size: 711680 | Author: xiaolin | Hits:

[JSP/JavaVCChat

Description: 基于局域网的即时聊天程序(1) 搜索在同一局域网中的聊天者 (2) 在本机添加、删除好友 (3) 一对一即时聊天 (4) 自动以文件的形式保存聊天记录 (5) 多人聊天(可选) 其它功能可自行扩展。 -LAN-based real-time chat program (1) search in the same local area network chat (2) on the local add, delete, friends (3) one-on-one real-time chat (4) in the form automatically save chat history (5) people chat (optional) to the expansion of other features.
Platform: | Size: 3691520 | Author: sharpdel | Hits:

[GUI DevelopChat

Description: 用Visual C++编写的Win32控台应用程序,实现了网络聊天功能。适合初学者进一步提高。-Visual C++ using the Win32 control of Taiwan to prepare applications, the realization of a network chat. Suitable for beginners and further improve.
Platform: | Size: 1893376 | Author: 徐摄 | Hits:

[TCP/IP stacknetwork

Description: 网络TCP互相连接聊天软件, 类似-TCP connection network chat software
Platform: | Size: 107520 | Author: silent | Hits:

[TCP/IP stackChat

Description: 简单的使用JAVA实现了两台局域网内电脑间的聊天程序,TCP协议在JAVA下的应用。适合刚入门的JAVA网络编程者读。-Simple realization of the use of JAVA two LAN chat program between the computer, TCP protocol in the application of JAVA. For just getting started who read JAVA Network Programming.
Platform: | Size: 4096 | Author: 李兴国 | Hits:

[Internet-NetworkChat

Description: 一个很小的网络聊天程序,基于TCP协议,涉及多线程处理-A very small network chat program, based on the TCP protocol, involving multi-threaded processing
Platform: | Size: 34816 | Author: Reagan | Hits:

[Internet-NetworkChat

Description: 一套简单的网络聊天程序,对许多初学编程的人可能能用上-A simple network chat program, for many novice programmers may use the
Platform: | Size: 276480 | Author: lili | Hits:

[Internet-Networkwinsocket-chat

Description: 这是一个基于socket的局域网聊天程序。通过打开socket,配置端口,实现简单的聊天功能。-This is a socket-based local area network chat program. By opening the socket, configure the port to achieve a simple chat.
Platform: | Size: 68608 | Author: kaihong | Hits:

[Internet-Networkchat

Description: 这是一个网络聊天程序,具有较完善的功能,可以同时作为服务器和客户端。能够实现基本的通信。-This is a network chat program, with better features, you can at the same time as the server and the client. Be able to achieve basic communication.
Platform: | Size: 34816 | Author: 黄山 | Hits:

[Internet-NetworkWSAAsyncSelect

Description: 利用WSAAsyncSelect 模型开发局域网聊天程序,该程序包括服务器端和客户端两部分。服务器主要包括用户状态设计,数据包设计,界面设计等部分。主要功能包括启动服务,接受客户端请求,接受数据,处理数据,删除用户,用户离线和退出部分。客户端包括接受服务器数据,显示离线消息,创建聊天窗口,在线聊天,发送离线消息,被动聊天和保存聊天记录部分。-WSAAsyncSelect model development using local area network chat program, the program includes server-side and client-side in two parts. The server includes a user state of design, data package design, interface design and some other. Key features include start the service, to accept client requests and accept data, process data, delete user, offline and out of parts. Clients including access to server data, display offline messages, create chat window, online chat, to send offline messages, chat, and save your chats a passive part.
Platform: | Size: 64512 | Author: WANGTAO | Hits:

[VC/MFCchat

Description: 这是一个简单的网络聊天的程序设计,主要是应用Visual C++中MFC CSocket类,实现网络数据传输。-This is a simple network chat programming, are primarily used to Visual C++ in MFC CSocket class for network data transmission.
Platform: | Size: 817152 | Author: wqs | Hits:

[Internet-Networkchat

Description: 网络通讯的源码,可以实现局域网和互联网用户之间的通讯-Network Communication
Platform: | Size: 432128 | Author: liang | Hits:

[CommunicationCSNetServer

Description: 我用C#写的一个局域网聊天程序,基于TCP协议,可以实现群聊,已经过测试,效果不错。-I use C# written in a local area network chat program, based on TCP protocol, can be achieved group chat, has been tested and its effectiveness.
Platform: | Size: 74752 | Author: conroy cheung | Hits:

[Windows DevelopChat

Description: 网络通信编程,socket编程,socket服务器端程序和客户端程序,可运行。代码简单完整,注释清晰,编译通过,可运行。适合socket编程入门参考。 附有使用说明文档-Network communication programming, socket programming, socket server-side program and client program can run. Code is simple and complete, comments clear, compile, run. Introduction to socket programming is suitable for reference. With the use of documentation
Platform: | Size: 3173376 | Author: 章红军 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net